Skip to main content

All Questions

0votes
1answer
32views

Why does my reconstruced image appears darker than the original?

I am trying build an autoencoder which would encode the image into latent space and then decode it back to the original image without any changes. I am mainly trying to implement this paperUniversal ...
shoab ahamed's user avatar
0votes
0answers
40views

Losing Information while resizing the image in Segmentation task using U-net

I'm using U-net architecture to build a segmentation task of image. During training I have image of size 256256 image. It works very well on the segmentation of same size 256256 or near to size 256*...
Akshit Dhillon's user avatar
0votes
0answers
41views

Trying to train a denoising autoencoder to restore missing information from a binary image

I am building a denoising autoencoder to repaint lanes from a binary image. The input is a binary image that has incomplete lanes, due to vehicles getting in the way. I repaint the lanes manually so ...
Kaif Ibrahim's user avatar
5votes
1answer
3kviews

How design a autoencoder architecture

I would like to build an autoencoder (CNN) to learn a representation of my data. I never built such a network and I have some experience in supervised learning (classification). I would like to know ...
alexandre_d's user avatar

close